home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_096 / warptext / readme < prev    next >
Text File  |  1992-05-06  |  3KB  |  59 lines

  1. ReadMe for WarpText version 2.0                         Bill Kelly  07Jul87
  2.  
  3.         Hi.  I've been having a few problems with my assembler.  I wrote
  4.     an example program to open up a window and a screen and then do some
  5.     WarpText into it.  For some reason, the assembler would do strange
  6.     things to the code on the second pass, including not assembling
  7.     the data.  After a while it would give up with some "Error 500" which
  8.     it said was an unknown error and that I should report it.  I didn't
  9.     see anything about this kind of thing in the manual and haven't
  10.     been able to make it work.  It did assemble WarpText, however, and
  11.     I was able to test the routines interactively with Forth.  They all
  12.     work fine.
  13.  
  14.         Here is a list of the files that should be in WarpText.ARC:
  15.  
  16.             WarpText.doc        WarpText.asm        WarpText.h
  17.             WarpText.i          Warp.C              WarpC.asm
  18.             Warp                WarpText.obj        README
  19.  
  20.         WarpText.doc:   A small bit of documentation on the routines,
  21.                         plus a copyright notice, thank-you notes,
  22.                         information on distributing WarpText,
  23.                         my address, etc.   Please read this file.
  24.                         (At least the first part, anyway...)  Thanks.
  25.  
  26.         WarpText.asm:   The WarpText routines.  There is documentation
  27.                         telling how to call each routine at the beginning
  28.                         of each routine.
  29.  
  30.         WarpText.h:     The 'C' include for WarpText, written by Anson Mah.
  31.  
  32.         WarpText.i:     The assembler include for WarpText.
  33.  
  34.         Warp.C:         A quick test of the original WarpText routines,
  35.                         written by Anson Mah.
  36.  
  37.         WarpC.asm:      A 'C' interface to the WarpText routines.  Makes
  38.                         them easily callable from 'C' -- written by
  39.                         Anson Mah.
  40.  
  41.         Warp:           Executable for the file "Warp.C" -- this program
  42.                         only demonstrates the pre-release WarpText routines.
  43.                         The NewWarp (version 2.0) routines did not exixt
  44.                         when Anson wrote Warp.C.  NewWarp is close to
  45.                         twice as fast as the routines demoed by this
  46.                         program.
  47.  
  48.         WarpText.obj:   Assembley of the file "WarpText.asm" -- assembled
  49.                         with the symbols, and ready to link!  :-)
  50.  
  51.         README:         Exactly.  That's just what you're doing.
  52.  
  53.  
  54.                                                 Enjoy the routines --
  55.                                                 I hope they will be useful!
  56.  
  57.                                                 Bill Kelly.
  58.  
  59.